Skip to content

fix: update repository URLs from edx to openedx#83

Merged
awais-ansari merged 1 commit intomainfrom
aansari/release-issue
Mar 11, 2026
Merged

fix: update repository URLs from edx to openedx#83
awais-ansari merged 1 commit intomainfrom
aansari/release-issue

Conversation

@awais-ansari
Copy link
Contributor

Description

Fixes the semantic-release EMISMATCHGITHUBURL error by updating repository URLs to match the actual GitHub repository location.

Problem

The semantic-release job was failing with an EMISMATCHGITHUBURL error because the repository URLs in package.json referenced edx/frontend-plugin-notifications, but the actual repository is located at openedx/frontend-plugin-notifications.

Changes

Updated the following fields in package.json:

  • repository.url: Changed from https://github.com/edx/... to https://github.com/openedx/...
  • homepage: Updated to point to the openedx organization
  • bugs.url: Updated to point to the openedx organization's issues page

Impact

This change ensures that semantic-release can correctly verify the repository and complete the release process successfully.

Testing

After merging, the semantic-release job should complete without the EMISMATCHGITHUBURL error.

@awais-ansari awais-ansari merged commit aabe427 into main Mar 11, 2026
4 checks passed
@awais-ansari awais-ansari deleted the aansari/release-issue branch March 11, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants